home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / ucb_logo / logolib / pop < prev    next >
Encoding:
Text File  |  1996-07-16  |  124 b   |  9 lines

  1. to pop :stack
  2. local "result
  3. make "result first thing :stack
  4. make :stack butfirst thing :stack
  5. output :result
  6. end
  7.  
  8. bury "pop
  9.